ID, "_instant_article_options", true); // If the constant "DEV_IA" is set, the date is always set to current time, to trick the facebook IA system for debugging if(defined("DEV_IA")){ $published_date = date("c"); $modified_date = date("c"); $permalink = add_query_arg(array("feedbreaker" => time()), get_the_permalink()); } else { $published_date = get_the_date("c"); $modified_date = get_the_modified_date("c"); $permalink = get_the_permalink(); } ?>