Skip to content

Instantly share code, notes, and snippets.

@sybrew
Created March 7, 2023 23:37
Show Gist options
  • Save sybrew/3e700dded054f7bd48af49807b475ac3 to your computer and use it in GitHub Desktop.
Save sybrew/3e700dded054f7bd48af49807b475ac3 to your computer and use it in GitHub Desktop.
Disables output for Articles
<?php
// Don't include the PHP tag if PHP is already running...
add_filter( 'the_seo_framework_articles_data', '__return_empty_array' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment