Please add a filter or option to disable the plugin’s robots.txt functionality completly.
I tried multiple things
add_filter( 'the_seo_framework_robots_txt_sections', function( $sections ) {
return [];
}, 100 );
Nothing works, and the documentation for your filters is incomplete. :(
Please add a filter or option to disable the plugin’s robots.txt functionality completly.
I tried multiple things
Nothing works, and the documentation for your filters is incomplete. :(