Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: alloptions

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
233      }
234
235      /**
236       * Filters all options after retrieving them.
237       *
238       * @since 4.9.0
239       *
240       * @param array $alloptions Array with all options.
241       */
242      return apply_filters( 'alloptions', $alloptions );
243 }
244
245 /**
246  * Loads and caches certain often requested site options if is_multisite() and a persistent cache is not being used.
247  *
248  * @since 3.0.0
249  *
250  * @global wpdb $wpdb WordPress database abstraction object.
251  *