Lines:
1 to 19 of 19
<?php /** * File with the class to handle data from Squirrly. * * @package WPSEO\Admin\Import\Plugins */ /* class WPSEO_Import_Squirrly */ /* function WPSEO_Import_Squirrly::__construct() – WPSEO_Import_Squirrly constructor. */ /* function WPSEO_Import_Squirrly::import() – Imports the post meta values to Yoast SEO. */ /* function WPSEO_Import_Squirrly::retrieve_posts() – Retrieve the posts from the Squirrly Database. */ /* function WPSEO_Import_Squirrly::retrieve_posts_query() – Returns the query to return an identifier for the posts to import. */ /* function WPSEO_Import_Squirrly::cleanup() – Removes the DB table and the post meta field Squirrly creates. */ /* function WPSEO_Import_Squirrly::detect() – Detects whether there is post meta data to import. */ /* function WPSEO_Import_Squirrly::import_post_values() – Imports the data of a post out of Squirrly’s DB table. */ /* function WPSEO_Import_Squirrly::retrieve_post_data() – Retrieves the Squirrly SEO data for a post from the DB. */ /* function WPSEO_Import_Squirrly::maybe_add_focus_kw() – Squirrly stores the focus keyword in post meta. */