uawdijnntqw1x1x1
IP : 216.73.216.3
Hostname : webm041.cluster026.gra.hosting.ovh.net
Kernel : Linux webm041.cluster026.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
monikamovk
/
www
/
68a79
/
68a79
/
..
/
..
/
wp-content
/
plugins
/
easy-google-fonts
/
src
/
includes
/
setup.php
/
/
<?php /** * Plugin Setup * * Contains information about the file structure of * the plugin along with any setup logic. * * @package easy-google-fonts * @author Sunny Johal - Titanium Themes <support@titaniumthemes.com> */ namespace EGF\Setup; /** * Get Plugin File URL * * Gets the URL to the /src/ directory * in the plugin directory with the * trailing slash. * * @return string URL to the src directory with the trailing slash. * @since 2.0.0 */ function get_plugin_src_url() { return trailingslashit( plugins_url( 'easy-google-fonts/src' ) ); } /** * Get Plugin File Path * * Gets the file path to the /src/ directory * in the plugin directory. * * @return string Filepath to the src directory. * @since 2.0.0 */ function get_plugin_src_file_path() { return plugin_dir_path( __DIR__ ); }
/home/monikamovk/www/68a79/68a79/../../wp-content/plugins/easy-google-fonts/src/includes/setup.php