aioseo_last_modified_date_disable, false
aioseo_last_modified_date_disable, false
Appears in: all-in-one-seo-pack.5.0.0.1
Hook Type: filter
Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1apply_filters('aioseo_last_modified_date_disable, false') is found 1 times:
- /app/Common/Standalone/LimitModifiedDate.php line 25
* * @return void */ public function __construct() { if ( apply_filters( 'aioseo_last_modified_date_disable', false ) ) { return; } // Reset modified date when the post is updated. add_filter( 'wp_insert_post_data', [ $this, 'resetModifiedDate' ], 99999, 2 ); add_filter( 'wp_insert_attachment_data', [ $this, 'resetModifiedDate' ], 99999, 2 );