Skip to content

Instantly share code, notes, and snippets.

@donaldG
donaldG / author.php
Last active October 24, 2017 13:14
modify facebook instant articles author
<?php
function filter_instant_articles_author_info( $authors ) {
$authors = '';
return $authors;
}
add_filter( 'instant_articles_authors', 'filter_instant_articles_author_info', 10, 1 );
//again, maybe you can just return nothing?
<?php
public function render_summary_report_widget() {
$not_hidden_queries = array(
'companies-dont-test' => array(
'post_type' => 'company',
'posts_per_page' => -1,
'suppress_filters' => 0,
'meta_query' => array(
array(
'key' => 'animal_testing_policy',