plugin_version_capability) && $this->plugin_version_capability <= 5 ) { $text = '

Both Free and Paid versions of %plugin_name% developed by BeRocket

'; } else { $text = '

%plugin_name% developed by BeRocket

'; } $text = str_replace( '%link%', $dplugin_link, $text ); $text = str_replace( '%plugin_name%', (empty($plugin_info['Name']) ? '' : $plugin_info['Name']), $text ); $text = str_replace( '%plugin_link%', (empty($plugin_info['PluginURI']) ? '' : $plugin_info['PluginURI']), $text ); echo $text; ?>