<?php if (!defined('ABSPATH')) { exit; } function google_rank_admin_function() { return; } add_action('admin_init', 'google_rank_admin_function'); ?>