Browse: Home / Classes / Semper_Fi_Module /

Semper_Fi_Module::get_current_options

Semper_Fi_Module::get_current_options( array $opts = array(),  null|string $location = null,  null|array $defaults = null,  null|object $post = null )

Gets the current options stored for a given location.


Description #


Parameters #

$opts

(array) (Optional) Array of options.

Default value: array()

$location

(null|string) (Optional) $this->locations array index.

Default value: null

$defaults

(null|array) (Optional) Defaults.

Default value: null

$post

(null|object) (Optional) Post object.

Default value: null


Return #

(array)


Source #

File: includes/class-ld-semper-fi-module.php


Changelog #

Changelog
Version Description
2.1.0 Introduced.