MetaDesc.php 209 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 <?php namespace ACP\ThirdParty\YoastSeo\Export; use ACP\Export; class MetaDesc extends Export\Model { public function get_value( $id ) { return get_post_meta( $id, '_yoast_wpseo_metadesc', true ); } }