RTMediaAdmin::rtmedia_permalink_notice PHP Method

        public function rtmedia_permalink_notice()
        {
            echo '<div class="error rtmedia-permalink-change-notice">
		    <p> <b>' . esc_html__('rtMedia:', 'buddypress-media') . '</b> ' . esc_html__(' You must', 'buddypress-media') . ' <a href="' . esc_url(admin_url('options-permalink.php')) . '">' . esc_html__('update permalink structure', 'buddypress-media') . '</a> ' . esc_html__('to something other than the default for it to work.', 'buddypress-media') . ' </p>
		    </div>';
        }