wpseo_import_other_plugins_internal

wpseo_import_other_plugins_internal

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-seo.22.3

do_action('wpseo_import_other_plugins_internal') is found 1 times:

  • /admin/views/tabs/tool/import-seo.php line 84
    		/**
    		 * WARNING: This hook is intended for internal use only.
    		 * Don't use it in your code as it will be removed shortly.
    		 */
    		do_action( 'wpseo_import_other_plugins_internal' );
    
    		?>
    		<input type="submit" class="button button-primary" name="import_external"
    			value="<?php esc_attr_e( 'Import', 'wordpress-seo' ); ?>"/>
    	</form>
    </div>