Configurations
Creating configurations
return [
'one' => 'One',
'two' => 'Two',
'three' => 'Three',
];Retrieving configurations
$config = hivepress()->get_config( 'foo_bar' );$post_types = hivepress()->get_config( 'post_types' );Extending configurations
Last updated