wpseo_import_other_plugins_internal

wpseo_import_other_plugins_internal

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-seo.24.8.1

do_action('wpseo_import_other_plugins_internal') is found 1 times:

  • /admin/views/tabs/tool/import-seo.php line 84
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
            /**
             * 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>