Plugin Directory

Changeset 3360504


Ignore:
Timestamp:
09/12/2025 12:09:39 PM (7 months ago)
Author:
devowl
Message:

Update README.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • real-custom-post-order/trunk/README.txt

    r3325463 r3360504  
    8080No, 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.
    8181
     82= Inspection of plugin source files =
     83
     84Most plugin files (PHP, templates, assets) are in the ZIP in human-friendly, unprocessed form (soure files).
     85
     86The 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
     88To 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
     90Source maps are hosted outside the ZIP to keep size manageable; otherwise the plugin could exceed limits of web hosts and become non-installable.
     91
     92The 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
     94For details on the data procession of our servers, please read [devowl.io/privacy-policy](https://devowl.io/privacy-policy/).
     95
    8296== Screenshots ==
    8397
Note: See TracChangeset for help on using the changeset viewer.