bw_admin_sc() – Implement [bw_admin] shortcode to display the name of the “administrator”

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

void

Source

File name: oik/shortcodes/oik-company.php
Lines:

1 to 3 of 3
function bw_admin_sc() {
  return( bw_output( "admin" ));
}
 

 View on Trac