Accelerate AJAX search for posts to unlock

This commit is contained in:
Tetrakern 2024-05-09 10:49:33 +02:00
parent ab9294073d
commit 1503bf7972

View File

@ -1416,7 +1416,8 @@ function fictioneer_fast_ajax() {
'fictioneer_ajax_get_user_data',
'fictioneer_ajax_get_avatar',
// Admin
'fictioneer_ajax_query_relationship_posts'
'fictioneer_ajax_query_relationship_posts',
'fictioneer_ajax_search_posts_to_unlock'
);
if ( get_option( 'fictioneer_enable_fast_ajax_comments' ) && isset( $_REQUEST['fcn_fast_comment_ajax'] ) ) {