RestroPress

⌘K
  1. Home
  2. Docs
  3. RestroPress
  4. Developer Docs
  5. Filters
  6. rpress_get_option_

rpress_get_option_

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 );

How can we help?