Changeset 10825 for trunk/src/bp-core/bp-core-options.php
- Timestamp:
- 05/29/2016 06:12:08 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-options.php
r10497 r10825 127 127 * @since 1.6.0 128 128 * 129 * @uses bp_get_default_options() To get default options.130 * @uses add_option() Adds default options.131 * @uses do_action() Calls 'bp_add_options'.132 129 */ 133 130 function bp_add_options() { … … 161 158 * @since 1.6.0 162 159 * 163 * @uses bp_get_default_options() To get default options.164 * @uses delete_option() Removes default options.165 * @uses do_action() Calls 'bp_delete_options'.166 160 */ 167 161 function bp_delete_options() { … … 192 186 * @since 1.6.0 193 187 * 194 * @uses bp_get_default_options() To get default options.195 * @uses add_filter() To add filters to 'pre_option_{$key}'.196 * @uses do_action() Calls 'bp_add_option_filters'.197 188 */ 198 189 function bp_setup_option_filters() { … … 253 244 * 254 245 * @since 1.2.0 255 *256 * @uses bp_get_root_blog_id()257 246 * 258 247 * @param string $option_name The option to be retrieved. … … 299 288 * @since 1.5.0 300 289 * 301 * @uses bp_get_root_blog_id()302 *303 290 * @param string $option_name The option key to be set. 304 291 * @param string $value The value to be set. … … 317 304 * 318 305 * @since 1.5.0 319 *320 * @uses bp_get_root_blog_id()321 306 * 322 307 * @param string $option_name The option key to be deleted. … … 530 515 * @since 1.6.0 531 516 * 532 * @uses bp_get_option() To get the profile sync option.533 *534 517 * @param bool $default Optional. Fallback value if not found in the database. 535 518 * Default: true. … … 552 535 * 553 536 * @since 1.6.0 554 *555 * @uses bp_get_option() To get the logged out Toolbar option.556 537 * 557 538 * @param bool $default Optional. Fallback value if not found in the database. … … 577 558 * @since 1.6.0 578 559 * 579 * @uses bp_get_option() To get the avatar uploads option.580 *581 560 * @param bool $default Optional. Fallback value if not found in the database. 582 561 * Default: true. … … 599 578 * 600 579 * @since 2.4.0 601 *602 * @uses bp_get_option() To get the cover image uploads option.603 580 * 604 581 * @param bool $default Optional. Fallback value if not found in the database. … … 657 634 * @since 2.4.0 658 635 * 659 * @uses bp_get_option() To get the group cover image uploads option.660 *661 636 * @param bool $default Optional. Fallback value if not found in the database. 662 637 * Default: false. … … 679 654 * 680 655 * @since 1.6.0 681 *682 * @uses bp_get_option() To get the account deletion option.683 656 * 684 657 * @param bool $default Optional. Fallback value if not found in the database. … … 705 678 * 706 679 * @todo split and move into blog and forum components. 707 * @uses bp_get_option() To get the blog/forum comments option.708 680 * 709 681 * @param bool $default Optional. Fallback value if not found in the database. … … 730 702 * 731 703 * @todo Move into groups component. 732 * @uses bp_get_option() To get the group creation.733 704 * 734 705 * @param bool $default Optional. Fallback value if not found in the database. … … 753 724 * @since 1.6.0 754 725 * 755 * @uses bp_get_option() To get the BuddyBar option.756 *757 726 * @param bool $default Optional. Fallback value if not found in the database. 758 727 * Default: true. … … 786 755 * @since 1.6.0 787 756 * 788 * @uses bp_get_option() To get the root forum ID from the database.789 757 * 790 758 * @param bool|string $default Optional. Default: '0'. … … 808 776 * @since 1.6.0 809 777 * 810 * @uses bp_get_option() To get the group forums option.811 *812 778 * @param bool $default Optional. Fallback value if not found in the database. 813 779 * Default: true. … … 831 797 * @since 1.6.0 832 798 * 833 * @uses bp_get_option() To get the Akismet option.834 *835 799 * @param bool $default Optional. Fallback value if not found in the database. 836 800 * Default: true. … … 854 818 * @since 2.0.0 855 819 * 856 * @uses bp_get_option() To get the Heartbeat option.857 *858 820 * @param bool $default Optional. Fallback value if not found in the database. 859 821 * Default: true. … … 876 838 * 877 839 * @since 1.7.0 878 *879 * @uses get_option() To get the theme package option.880 840 * 881 841 * @param string $default Optional. Fallback value if not found in the database.
Note: See TracChangeset
for help on using the changeset viewer.