Lines:
1 to 15 of 15
<?php /** * File with the class to handle data from Smartcrawl SEO. * * @package WPSEO\Admin\Import\Plugins */ /* class WPSEO_Import_Smartcrawl_SEO */ /* function WPSEO_Import_Smartcrawl_SEO::import() – Handles post meta data to import. */ /* function WPSEO_Import_Smartcrawl_SEO::import_opengraph() – Imports the OpenGraph meta keys saved by Smartcrawl. */ /* function WPSEO_Import_Smartcrawl_SEO::import_twitter() – Imports the Twitter meta keys saved by Smartcrawl. */ /* function WPSEO_Import_Smartcrawl_SEO::import_serialized_post_meta() – Imports a post’s serialized post meta values. */ /* function WPSEO_Import_Smartcrawl_SEO::post_find_import() – Finds all the posts with a certain meta key and imports its values. */