You appear to be a bot. Output may be restricted
Description
Implement [bw_admin] shortcode to display the name of the "administrator"Function renamed since there was a conflict with "BookingWizz"
Usage
bw_admin_sc();
Parameters
Returns
voidSource
File name: oik/shortcodes/oik-company.phpLines:
1 to 3 of 3
function bw_admin_sc() { return( bw_output( "admin" )); }View on GitHub View on Trac