Exemplo n.º 1
0
/**
 * Fires the options form actions.
 *
 * @ignore
 */
function _beans_options_page_actions()
{
    if (!beans_post('beans_options_nonce')) {
        return;
    }
    // Load the class only if this function is called to prevent unnecessary memory usage.
    require_once BEANS_API_COMPONENTS_PATH . 'options/class.php';
    $class = new _Beans_Options();
    $class->actions();
}