Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../public_h.../clone/wp-conte.../plugins/flow-flo...
File: flow-flow.php
<?php if ( ! defined( 'WPINC' ) ) die;
[0] Fix | Delete
[1] Fix | Delete
/**
[2] Fix | Delete
* @package Flow_Flow
[3] Fix | Delete
* @author Looks Awesome <hello@looks-awesome.com>
[4] Fix | Delete
[5] Fix | Delete
* @link http://looks-awesome.com
[6] Fix | Delete
* @copyright Looks Awesome
[7] Fix | Delete
*
[8] Fix | Delete
* @wordpress-plugin
[9] Fix | Delete
* Plugin Name: Flow-Flow
[10] Fix | Delete
* Plugin URI: social-streams.com
[11] Fix | Delete
* Description: Awesome social streams on your site
[12] Fix | Delete
* Version: 4.8.3
[13] Fix | Delete
* Author: Looks Awesome
[14] Fix | Delete
* Author URI: looks-awesome.com
[15] Fix | Delete
* Text Domain: flow-flow
[16] Fix | Delete
* Domain Path: /languages
[17] Fix | Delete
*/
[18] Fix | Delete
if ( ! defined( 'FF_USE_WP' ) ) define( 'FF_USE_WP', true );
[19] Fix | Delete
if ( ! defined( 'FF_USE_WPDB' ) ) define( 'FF_USE_WPDB', false );
[20] Fix | Delete
if ( ! defined( 'FF_USE_WP_CRON' ) ) define('FF_USE_WP_CRON', true);
[21] Fix | Delete
if ( ! defined( 'FF_USE_DIRECT_WP_CRON' ) ) define('FF_USE_DIRECT_WP_CRON', false);
[22] Fix | Delete
if ( ! defined( 'FF_FORCE_FIT_MEDIA' ) ) define('FF_FORCE_FIT_MEDIA', false);
[23] Fix | Delete
if ( ! defined( 'FF_FEED_POSTS_COUNT' ) ) define('FF_FEED_POSTS_COUNT', 100);
[24] Fix | Delete
if ( ! defined( 'FF_FEED_INIT_COUNT_POSTS' ) ) define('FF_FEED_INIT_COUNT_POSTS', 20);
[25] Fix | Delete
if ( ! defined( 'FF_LOCALE')) define('FF_LOCALE', get_locale());//TODO add a slash to the end
[26] Fix | Delete
if ( ! defined( 'FF_DB_CHARSET')) define('FF_DB_CHARSET', defined( 'DB_CHARSET' ) ? DB_CHARSET : 'utf8mb4');
[27] Fix | Delete
if ( ! defined( 'FF_REMOVE_EMOJI' ) ) define('FF_REMOVE_EMOJI', true);
[28] Fix | Delete
if ( ! defined( 'FF_ALTERNATIVE_POST_STORAGE' ) ) define('FF_ALTERNATIVE_POST_STORAGE', false);
[29] Fix | Delete
if ( ! defined( 'FF_LOG_FILE_DEST' ) ) define('FF_LOG_FILE_DEST', plugin_dir_path(__FILE__) . 'flow-flow-debug.log');
[30] Fix | Delete
if ( ! defined( 'FF_BOOST_SERVER' ) ) define('FF_BOOST_SERVER', 'https://api.flowflowapp.com/api/v1/');
[31] Fix | Delete
[32] Fix | Delete
if (!isset($_REQUEST['action']) || $_REQUEST['action'] != 'heartbeat') {
[33] Fix | Delete
require_once( __DIR__ . '/libs/autoload.php' );
[34] Fix | Delete
[35] Fix | Delete
$facade = la\core\LAActivatorFacade::get();
[36] Fix | Delete
$facade->registry_activator(new flow\FlowFlowActivator(__FILE__));
[37] Fix | Delete
}
[38] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function