D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
home
/
ltfsolutionsco
/
www
/
wp-content
/
plugins
/
bj-lazy-load
/
inc
/
Filename :
class-bjll-options.php
back
Copy
<?php include 'scb/load.php'; class BJLL_Options { protected $_options; function __construct() { scb_init( array( $this, 'options_init' ) ); } public function options_init() { $this->_options = new scbOptions( 'bj_lazy_load_options', __FILE__, array( 'filter_content' => 'yes', 'filter_widget_text' => 'yes', 'filter_post_thumbnails' => 'yes', 'filter_gravatars' => 'yes', 'lazy_load_images' => 'yes', 'lazy_load_iframes' => 'yes', 'placeholder_url' => '', 'skip_classes' => '', 'threshold' => '200', 'preview' => 'no', ) ); if ( is_admin() ) { include 'class-bjll-adminpage.php'; new BJLL_AdminPage( __FILE__, $this->_options ); } } public function get( $option_key ) { return $this->_options->get( $option_key ); } }
Name
Size
Last Modified
Owner
Permissions
Actions
compat
Dir
May 15 2023 2:21:54
ltfsolutionsco
0755
scb
Dir
May 15 2023 3:33:48
ltfsolutionsco
0755
.htaccess
0.193
KB
June 03 2023 12:19:48
ltfsolutionsco
0644
class-bjll-adminpage.php
3.186
KB
May 14 2023 8:06:27
ltfsolutionsco
0644
class-bjll-options.php
0.846
KB
May 14 2023 8:06:27
ltfsolutionsco
0644
class-bjll-skip-post.php
2.964
KB
May 14 2023 8:06:27
ltfsolutionsco
0644
class-bjll.php
10.623
KB
May 14 2023 8:06:27
ltfsolutionsco
0644
2017 © D7net | D704T team