.. _foption: ###################################################################### ``option`` — Get the value of a particular site setting for display. ###################################################################### :doc:`View-related functions ` ******* Summary ******* .. include:: /Reference/libraries/globals/summary/option.rst .. php:function:: option($name) Get the value of a particular site setting for display. Content for any specific option can be filtered by using a filter named 'display_option_(option)' where (option) is the name of the option, e.g. 'display_option_site_title'. :type $name: string :param $name: The name of the option :returns: string ***** Usage ***** .. include:: /Reference/libraries/globals/usage/option.rst ******** Examples ******** .. include:: /Reference/libraries/globals/examples/option.rst ******** See Also ******** .. include:: /Reference/libraries/globals/see_also/option.rst