WordPress Mobile Edition - Rating, Reviews, Demo & Download

WordPress Mobile Edition - Rating, Reviews, Demo & Download
3.7 Average out of 3 ratings
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

WordPress Mobile Edition is a plugin that shows an interface designed for a mobile device when visitors come to your site on a mobile device.

Mobile browsers are automatically detected, the list of mobile browsers can be customized on the settings page.

Examples

You can see the mobile theme in action here: http://mobile.carringtontheme.com

API

There is a filter cfmobi_check_mobile that allows you to affect if a mobile browser is detected.

function your_mobile_check_function($mobile_status) {

    // do your logic, set $mobile_status to true/false as needed

    return $mobile_status;
}
add_filter('cfmobi_check_mobile', 'your_mobile_check_function');

There is an action cfmobi_settings_form that allows you to add to the settings page for this plugin. Handling form posts and other activities from anything you add to this form should be done in your plugin.

function your_settings_form() {
    // create your form here - don't forget to catch the form submission as well
}
add_action('cfmobi_settings_form', 'your_settings_form');

Screenshots

No screenshots provided


Reviews & Comments