Select Page

All of these functions is in class BeRocket_LMP as static functions.

get_load_more_button()

Public function to get load more button

return string. html code with load more button

get_lmp_option( $option_name )

Public function to get settings from load more plugin

  • $option_name – name of settings tab:
    • br_lmp_general_settings – settings from General tab
    • br_lmp_button_settings – settings from Button tab
    • br_lmp_selectors_settings – settings from Selectors tab
    • br_lmp_lazy_load_settings – settings from Lazy Load tab
    • br_lmp_messages_settings – settings from Messages tab
    • br_lmp_javascript_settings – settings from JavaScript tab
    • br_lmp_license_settings – settings from License tab

return array. Array with settings. All settings you can find in BeRocket_LMP class in static variables $defaults.