• Hello!

    WPF()->settings‘s group seo is not populated. Group _seo is, but settings don’t affect it, nor is it read in your API.

    Because of this, wpforo_setting( 'seo', 'seo_meta' ) always returns null.

    Please see if you can rectify this. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Sybre Waaijer

    (@cybr)

    Well, it turns out that the function’s data isn’t entirely accessible before wp (wpforo_before_init), which is later than wp_loaded and init. I think it might be helpful to initialize data a little earlier, allowing greater freedom in development.

    Plugin Support gVectors Dev

    (@gvectorsdevs)

    Hi @cybr,

    If you want to use/write custom codes, you should use wpForo hooks.

    Well, it turns out that the function’s data isn’t entirely accessible before?wp?(wpforo_before_init), which is later than?wp_loaded?and?init. I think it might be helpful to initialize data a little earlier, allowing greater freedom in development.

    This is not possible as wpForo is multi board, and each board has its own settings(you can set up each board differently)

    Plugin Support gVectors Dev

    (@gvectorsdevs)

    @cybr,

    More info:
    We cannot load the settings as we don’t know what page has been called from the browser URL before WordPress has been fully loaded.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘wpforo_setting( ‘seo’, … ) doesn’t work’ is closed to new replies.