D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
ltfsolutionsco
/
www
/
wp-content
/
plugins
/
bj-lazy-load
/
Filename :
bj-lazy-load.php
back
Copy
<?php /* Plugin Name: BJ Lazy Load Plugin URI: https://wordpress.org/plugins/bj-lazy-load/ Description: Lazy image loading makes your site load faster and saves bandwidth. Version: 1.0.9 Author: Bjørn Johansen, Aron Tornberg, angrycreative Author URI: https://angrycreative.se/ Text Domain: bj-lazy-load License: GPL2 Copyright 2011–2015 Bjørn Johansen (email : post@bjornjohansen.no) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ include 'inc/class-bjll-options.php'; include 'inc/class-bjll-skip-post.php'; include 'inc/class-bjll.php'; function bj_lazy_load() { load_plugin_textdomain( 'bj-lazy-load', false, dirname( plugin_basename( __FILE__ ) ) . '/lang' ); $bjll_options = new BJLL_Options(); $bjll = new BJLL( $bjll_options ); if ( $bjll_options->get('preview') == 'yes' ) { add_image_size( 'tiny-lazy', 30, 30 ); } } add_action( 'plugins_loaded', 'bj_lazy_load' );
Name
Size
Last Modified
Owner
Permissions
Actions
inc
Dir
May 15 2023 2:21:54
ltfsolutionsco
0755
js
Dir
May 15 2023 2:21:54
ltfsolutionsco
0755
lang
Dir
May 15 2023 2:21:54
ltfsolutionsco
0755
.htaccess
0.193
KB
June 03 2023 12:42:35
ltfsolutionsco
0644
LICENSE.txt
15.139
KB
May 14 2023 8:06:27
ltfsolutionsco
0644
bj-lazy-load.php
1.497
KB
May 14 2023 8:06:27
ltfsolutionsco
0644
index.html
0
KB
May 14 2023 8:06:27
ltfsolutionsco
0644
readme.txt
9.823
KB
May 14 2023 8:06:27
ltfsolutionsco
0644
2017 © D7net | D704T team