Changeset 3360504
- Timestamp:
- 09/12/2025 12:09:39 PM (7 months ago)
- File:
-
- 1 edited
-
real-custom-post-order/trunk/README.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
real-custom-post-order/trunk/README.txt
r3325463 r3360504 80 80 No, we only support the reordering of post types and not taxonomies. If you need even more structure because you have hundreds of categories, our plugin [Real Category Management](https://devowl.io/go/real-category-management?source=wordpress-org&plugin=real-custom-post-order) might be the solution for you. It structures your content into folders and gives you the possibility to arrange the folders. 81 81 82 = Inspection of plugin source files = 83 84 Most plugin files (PHP, templates, assets) are in the ZIP in human-friendly, unprocessed form (soure files). 85 86 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. 87 88 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. 89 90 Source maps are hosted outside the ZIP to keep size manageable; otherwise the plugin could exceed limits of web hosts and become non-installable. 91 92 The repository with all source files can be do be inspected by anyone at [oss-repositories.devowl.io/wordpress-plugins.zip](https://oss-repositories.devowl.io/wordpress-plugins.zip). Please check out the `README.md` in the repository to learn how to get started! 93 94 For details on the data procession of our servers, please read [devowl.io/privacy-policy](https://devowl.io/privacy-policy/). 95 82 96 == Screenshots == 83 97
Note: See TracChangeset
for help on using the changeset viewer.