You appear to be a bot. Output may be restricted
Description
Set the default selectors for certain known themes
Note: When the theme is twentytwelve we have to disable its own functionality. How can the js know this ?
Usage
oikrm_default_selectors();
Parameters
Returns
void
Source
File name: oik-responsive-menu/admin/oik-responsive-menu.php
Lines:
1 to 8 of 8
function oikrm_default_selectors() { $selectors = array(); $selectors['twentytwelve'] = "nav div.nav-menu"; $selectors['twentyeleven'] = "nav#access" ; // We need to know the menu name to make this work properly $selectors['twentyten'] = "div.menu-header" ; return( $selectors ); }