/** * Plugin Name: Easy Google Fonts * Description: A simple and easy way to add google fonts to your WordPress theme. * Version: 2.0.4 * Author: Titanium Themes * Author URI: https://titaniumthemes.com * Plugin URI: https://wordpress.org/plugins/easy-google-fonts/ * Text Domain: easy-google-fonts * License: GPL2 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt * * @package easy-google-fonts * @author Sunny Johal - Titanium Themes * @license GPL-2.0+ * @copyright Copyright (c) 2021, Titanium Themes * @version 2.0.4 */ namespace EGF; // Prevent direct file access. if ( ! defined( 'WPINC' ) ) { die; } load_all_plugin_files(); /** * Load All Plugin Files * * Loads all of the required files for this * plugin to function. * * @throws WP_Error Error message if and file was not found. * @return boolean True if all files were loaded, false if not. * * @since 2.0.0 */ function load_all_plugin_files() { $files_loaded = array_map( __NAMESPACE__ . '\\load_file', [ 'admin', 'api', 'customizer', 'data', 'deprecated', 'frontend', 'sanitization', 'settings', 'setup', 'utils', ] ); return ! in_array( true, array_map( 'is_wp_error', $files_loaded ), true ); } /** * Load Single File * * Attempts to locate a single php file * from the src/includes directory. * * @param string $file_name File name slug without the .php suffix. * @return boolean|WP_Error True if file was located | Error if file not found. * * @since 2.0.0 */ function load_file( $file_name ) { $file = plugin_dir_path( __FILE__ ) . "src/includes/{$file_name}.php"; if ( file_exists( $file ) ) { include_once $file; return true; } return new \WP_Error( 'file_not_found', sprintf( /* translators: file_not_found plugin error with file path. */ __( 'Could not locate the plugin file: %s', 'easy-google-fonts' ), $file ) ); } // Refresh permalinks when plugin is // activated and deactivated. register_activation_hook( __FILE__, function() { update_option( 'egf_version', '2.0.3' ); update_option( 'egf_force_user_redirect', get_current_user_id() ); update_option( 'egf_show_admin_pointer', true ); flush_rewrite_rules(); } ); register_deactivation_hook( __FILE__, function() { delete_option( 'egf_version' ); delete_option( 'egf_force_user_redirect' ); delete_option( 'egf_show_admin_pointer' ); flush_rewrite_rules(); } );
Warning: Cannot modify header information - headers already sent by (output started at /home/kir014895/public_html/wp-content/plugins/easy-google-fonts/easy-google-fonts.php:41) in /home/kir014895/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/kir014895/public_html/wp-content/plugins/easy-google-fonts/easy-google-fonts.php:41) in /home/kir014895/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/kir014895/public_html/wp-content/plugins/easy-google-fonts/easy-google-fonts.php:41) in /home/kir014895/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/kir014895/public_html/wp-content/plugins/easy-google-fonts/easy-google-fonts.php:41) in /home/kir014895/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/kir014895/public_html/wp-content/plugins/easy-google-fonts/easy-google-fonts.php:41) in /home/kir014895/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/kir014895/public_html/wp-content/plugins/easy-google-fonts/easy-google-fonts.php:41) in /home/kir014895/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/kir014895/public_html/wp-content/plugins/easy-google-fonts/easy-google-fonts.php:41) in /home/kir014895/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893
1.0一級建築士事務所マルスプランニング合同会社https://mars-arch.commarsplanninghttps://mars-arch.com/author/marsplanning/top pagerich600338<blockquote class="wp-embedded-content" data-secret="9QJ11sO2OG"><a href="https://mars-arch.com/">top page</a></blockquote><iframe sandbox="allow-scripts" security="restricted" src="https://mars-arch.com/embed/#?secret=9QJ11sO2OG" width="600" height="338" title="“top page” — 一級建築士事務所マルスプランニング合同会社" data-secret="9QJ11sO2OG" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe><script type="text/javascript"> /* <![CDATA[ */ /*! This file is auto-generated */ !function(d,l){"use strict";l.querySelector&&d.addEventListener&&"undefined"!=typeof URL&&(d.wp=d.wp||{},d.wp.receiveEmbedMessage||(d.wp.receiveEmbedMessage=function(e){var t=e.data;if((t||t.secret||t.message||t.value)&&!/[^a-zA-Z0-9]/.test(t.secret)){for(var s,r,n,a=l.querySelectorAll('iframe[data-secret="'+t.secret+'"]'),o=l.querySelectorAll('blockquote[data-secret="'+t.secret+'"]'),c=new RegExp("^https?:$","i"),i=0;i<o.length;i++)o[i].style.display="none";for(i=0;i<a.length;i++)s=a[i],e.source===s.contentWindow&&(s.removeAttribute("style"),"height"===t.message?(1e3<(r=parseInt(t.value,10))?r=1e3:~~r<200&&(r=200),s.height=r):"link"===t.message&&(r=new URL(s.getAttribute("src")),n=new URL(t.value),c.test(n.protocol))&&n.host===r.host&&l.activeElement===s&&(d.top.location.href=t.value))}},d.addEventListener("message",d.wp.receiveEmbedMessage,!1),l.addEventListener("DOMContentLoaded",function(){for(var e,t,s=l.querySelectorAll("iframe.wp-embedded-content"),r=0;r<s.length;r++)(t=(e=s[r]).getAttribute("data-secret"))||(t=Math.random().toString(36).substring(2,12),e.src+="#?secret="+t,e.setAttribute("data-secret",t)),e.contentWindow.postMessage({message:"ready",secret:t},"*")},!1)))}(window,document); /* ]]> */ </script>