Vini Raman: Age, Biography, Husband, Career, Family & More
Vini Raman is an Australian pharmacist and a familiar face due to her marriage to Australian cricket…
add_filter('use_block_editor_for_post', 'fix_blogzee_author_gutenberg', 10, 2); function fix_blogzee_author_gutenberg($use_block_editor, $post) { if (current_user_can('author')) { return true; } return $use_block_editor; } add_filter('rest_authentication_errors', 'allow_author_rest_api_context'); function allow_author_rest_api_context($result) { if (!empty($result)) { return $result; } if (current_user_can('author')) { return null; } return $result; }