rpress_get_option_

Author: RestroPress 349 views

This filter safely finds the desired option and returns it.  Additionally, it applies to the output.

The output of this filter will be whatever was stored in the option, OR the default.

return apply_filters( 'rpress_get_option_' . $key, $value, $key, $default );