Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 3499 days ago
Is vir2al options abandoned?
Possibly abandoned (last update 3499 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
This Plugin let’s you create an beautiful options page based on AJAX.
Note: This PlugIn is made for Developers only. If you are not the Developer of the theme or plugin. Ask your developer.
SetUp
- Create a File called “options.php”.
- Add the following to your functions.php or plugin.php
< ?php //check if plugin exists
if(function_exists ('create_vtl_options_page')){
include('options.php');
add_action('admin_menu', 'register_options_pages');
} else {
function vtco_error_notice() {
echo '‘.__(‘You need to Install the Plugin “vir2al options”‘).’
‘;
}
add_action( ‘admin_notices’, ‘vtco_error_notice’ );
} ?>
options.php
Possible inputs
Textarea: get_vtlo_textarea(name);
Input: get_vtlo_input(name);
Select: get_vtlo_select(name,options_array);
IMG: get_vtlo_imgupload(name);
Multi IMG: get_vtlo_multiimgupload(name);
Colorinput: get_vtlo_colorinput(name,default_color);
Installation
This section describes how to install the plugin and get it working.
e.g.
- Install the Plugin either via the WordPress.org plugin directory, or by uploading the files to your server.
- Activate the Plugin
- You’re ready to set up your Options Page.
Frequently Asked Questions
Review feed
Changelog
1.0
- First Version
