Impact score
Footprint Score across the two most representative contexts.
Homepage Score
Impact measured on the public homepage
- Time
- 10 ms
- Memory
- 0.0 MB
- SQL
- +0
- Assets
- 0
- HTTP ext.
- 0
Admin Score
Impact measured in the WordPress admin
About
Using this plugin you can easily change or prevent updating the last modified date for each post. Controlling the last modified date can come in handy when you would like to control “order by last modified” for posts (or custom post type).
When this plugin is active it will enable Last modified date options in Status & Visibility panel in sidebar. Changing the modified date can be done by clicking the date link and selecting a new date for the post. It’s also possible to disable future updates of the last modified date by setting the “Freeze modified date” option to on.
To update the last modified date, plugin is using “rest_pre_insert_{$post_type}” hook which is executed before “init” where other custom post types are usually registered. This is the reason why plugin is not aware of any additional post types other than those registered by WordPress core. To support additional post types you can add constant in following format to wp-config.php:
Read more Show less
define( 'CLM_DATE_POST_TYPES', ['post-type-slug-1', 'post-type-slug-2'] );
Custom post types are also required to have “custom-fields” support declared.
For support or code contributions please refer to Github repo.
Screenshots
Author-supplied previews from wordpress.org.
Per-version history
Show per-version detail (1 versions)
Per-version history
Show per-version detail (1 versions)
How the plugin evolves version by version.
| Version | Homepage | Admin | Last scan |
|---|---|---|---|
| v1.4.8 | 1 scan | — | 1 week ago |
Scan history
Show individual scan log (1 scans)
Scan history
Show individual scan log (1 scans)
| Date | Version | Context | Score | Grade | Time | Memory |
|---|---|---|---|---|---|---|
| 1 week ago | v1.4.8 | Homepage | 95/100 | A | 10 ms | 0.0 MB |