Plugin info

Total downloads: 1,254
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 6/2/2016 (3499 days ago)
Added to WordPress: 5/16/2015 (10 years old)
Minimum WordPress version: 4.0
Tested up to WordPress version: 4.5.33
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3499 days ago

20/100

Is vir2al options abandoned?

Possibly abandoned (last update 3499 days ago).

Compatibility

Requires WordPress: 4.0
Tested up to: 4.5.33
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Redux Framework
Rating 4.4/5 (272 reviews)Active installs 1,000,000
CMB2
Rating 5.0/5 (91 reviews)Active installs 300,000
OptionTree
Rating 4.7/5 (105 reviews)Active installs 60,000
Options Framework
Rating 4.8/5 (27 reviews)Active installs 20,000
ACF Options For Polylang
Rating 4.4/5 (17 reviews)Active installs 10,000
AAA Option Optimizer
Rating 4.6/5 (23 reviews)Active installs 8,000

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

  1. Create a File called “options.php”.
  2. 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


  
Test
Test Image

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.

  1. Install the Plugin either via the WordPress.org plugin directory, or by uploading the files to your server.
  2. Activate the Plugin
  3. You’re ready to set up your Options Page.

Frequently Asked Questions

No questions yet

Please feel free to contact me: [email protected]

Review feed

No reviews available

Screenshots

  1. the options Page

    the options Page

Changelog

1.0

  • First Version