WordPress.org

Forums

All in One SEO Pack
[resolved] Integration of my plugin with your "AIOSEO" (2 posts)

  1. wonderm00n
    Member
    Posted 8 months ago #

    Hi there,

    I have a plugin where I would like to access the All In One SEO title and description if they are filled in.

    Is there any function of your plugin I can call to get just this?

    Example. I'm already doing this for "SunHeading" plugin, as showned bellow:
    if ($fb_show_subheading==1) {
    @include_once(ABSPATH . 'wp-admin/includes/plugin.php');
    if (is_plugin_active('subheading/index.php')) {
    if (function_exists('get_the_subheading')) {
    $fb_title.=' - '.get_the_subheading();
    }
    }
    }

    Where "get_the_subheading" is the function I call to get the value. Do you have anything similar on your plugin?

    Thanks in advance.

    http://wordpress.org/extend/plugins/all-in-one-seo-pack/

  2. Peter Baylies
    Member
    Plugin Author

    Posted 7 months ago #

    wonderm00n,

    If you look through the plugin you'll find some hooks for this such as aioseop_description; there isn't currently a hook to get the title in All in One SEO Pack in all cases, but there are a few for specific cases, as well as some functions in the plugin to do so.

Reply

You must log in to post.

About this Plugin

About this Topic

Tags

No tags yet.