tonybott (May 19th, 2016)
public function get( $field = null, $default = null ) {
$data = array_merge( $this->defaults, get_option( $this->key, array() ) );
return scbForms::get_value( $field, $data, $default );
}
$source = sprintf( html( 'p', sprintf( __( '<em class="goft-source">%1$s</em> %2$s', 'gofetch-jobs' ), __( 'Source:', 'gofetch-jobs' ), $source ) ) );
tonybott (May 19th, 2016)
There are currently 1 users browsing this thread. (0 members and 1 guests)