Description
Parse the content into the tableNote: Explode can produce an unwanted empty line
Usage
OIK_table::load_table( $content );Parameters
- $content
- ( string ) required – the shortcode content
Returns
voidSource
File name: oik-bob-bing-wide/classes/class-oik-tables.phpLines:
1 to 5 of 5
function load_table( $content ) { $content = trim( $content ); $content_array = explode( "\n", $content ); $this->parse_content_array( $content_array ); }View on GitHub
Called by
Invoked by
Call hooks
API Letters:
