Support Forum ยป User Profile

Forum Replies Created

Viewing 2 posts - 3,706 through 3,707 (of 3,707 total)
  • Author
    Posts
  • in reply to: How to include plugin in theme? #116
    Anh TranAnh Tran
    Keymaster

    FYI, I've just released a new extension for show/hide meta boxes using Javascript. Check it here:

    https://metabox.io/plugins/meta-box-show-hide-javascript/

    in reply to: How to include plugin in theme? #99
    Anh TranAnh Tran
    Keymaster

    Hi,

    You did right. To include the plugin inside themes, just include the main plugin PHP file, that's all.

    This plugin doesn't have the ability to show/hide meta box with Javascript. It uses different approach:

    - With Javascript, meta box is still there but hidden. Data is still be processed, which might be redundant
    - In this plugin, include means meta box is visible and data is processed. Exclude means no meta box at all, so no data is processed.

    Using Javascript doesn't really mean "include/exclude" :). It might be something like toggle meta box ๐Ÿ™‚

Viewing 2 posts - 3,706 through 3,707 (of 3,707 total)