muddasar01
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
@mej No I am using default Gutenberg Block editor.
Currently I am using following code in function.php of the theme to solve my issue.function remove_widgetopts_ajax_action() {
remove_action(‘wp_ajax_widgetopts_get_pages’, ‘widgetopts_get_pages’);
}
add_action(‘admin_init’, ‘remove_widgetopts_ajax_action’);@mej I have seen new update for this plugin but still I am facing same issue.
Thank you; I’m looking forward to your response.
Can anyone help me for this issue please?
Thank you for your response.
Gutenberg Page & Post Block Options is already disable still I am facing this issue.
I have done some research and I found it is happening due to “widgetopts_get_pages” ajax call.
Can you please check why this ajax call making this issue?- This reply was modified 1 year, 11 months ago by muddasar01.
Viewing 5 replies - 1 through 5 (of 5 total)