Description
Display the test area using an iframe of the home page
Usage
oik_rwd_test_area();Parameters
Returns
voidTO DO
Decide whether or not to implement this and if we should allow a test page to be specified.Source
File name: oik-rwd/admin/oik-rwd.phpLines:
1 to 11 of 11
function oik_rwd_test_area() { oik_require( "shortcodes/oik-iframe.php" ); oik_require( "shortcodes/oik-rwd.php", "oik-rwd" ); $atts = array( "src" => site_url() , "width" => oik_rwd_adjusted_max_width_for_context() , "height" => 640 , "frameborder" => "1" , "scrolling" => "yes" ); e( bw_iframe( $atts ) ); }View on GitHub
Called by
Invoked by
Calls
1 to 1 of 1
Call hooks
API Letters:
