Changeset 3360529
- Timestamp:
- 09/12/2025 12:43:12 PM (7 months ago)
- File:
-
- 1 edited
-
real-category-library-lite/tags/4.2.45/README.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
real-category-library-lite/tags/4.2.45/README.txt
r3325465 r3360529 130 130 **Yes, Real Category Management can be used for posts for free.** If you want to organize your content in custom post types like WooCommerce products, LearnPress content, bbPress forums, you need the PRO version. [**Learn more about the PRO version.**](https://devowl.io/go/real-category-management?source=wordpress-org-description) 131 131 132 = Inspection of plugin source files = 133 134 Most plugin files (PHP, templates, assets) are in the ZIP in human-friendly, unprocessed form (soure files). 135 136 The plugin’s JavaScript/TypeScript is bundled (e.g. by Webpack) from plugin-specific packages and third-party open source to produce build files. Each build ends with `//# sourceMappingURL=…` to source maps with the original, human-readable code; these maps are public and the included source code can be inspected by anyone directly in your browser, if you have installed the plugin. 137 138 To conveniently view the complete codebase of the consumed script in e.g. Chromium/Google Chrome, open *⋮ > More tools > Developer tools > ⋮ (in DevTools) > Settings > Preferences > Sources* and enable "JavaScript source maps", "CSS source maps", and "Allow DevTools to load resources, such as source maps, from remote file paths". Reload, then open *DevTools > Sources > "devowl-local-files"* to inspect all readable sources. 139 140 Source maps are hosted outside the ZIP to keep size manageable; otherwise the plugin could exceed limits of web hosts and become non-installable. 141 142 The repository with all source files can be do be inspected by anyone at [assets.devowl.io/wordpress-plugins-source-code.zip](https://assets.devowl.io/wordpress-plugins-source-code.zip). Please check out the `README.md` in the repository to learn how to get started! 143 144 For details on the data procession of our servers, please read [devowl.io/privacy-policy](https://devowl.io/privacy-policy/). 145 132 146 == Screenshots == 133 147 1. Manage content in Folders
Note: See TracChangeset
for help on using the changeset viewer.