aioseo_debug_unslash_escaped_posts, 200
aioseo_debug_unslash_escaped_posts, 200
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_debug_unslash_escaped_posts, 200') is found 1 times:
- /app/Common/Admin/Admin.php line 1106
* * @return void */ public function unslashEscapedDataPosts() { $postsToUnslash = apply_filters( 'aioseo_debug_unslash_escaped_posts', 200 ); $timeStarted = esc_sql( gmdate( 'Y-m-d H:i:s', aioseo()->core->cache->get( 'unslash_escaped_data_posts' ) ) ); $posts = aioseo()->core->db->start( 'aioseo_posts' ) ->select( '*' ) ->where( 'updated <', $timeStarted ) ->orderBy( 'updated ASC' )