| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /HostingSpaces/admin/aifortoday.co.uk/wwwroot/wp-content/plugins/jetpack/modules/ |
Upload File : |
<?php /** * Module Name: Post List * Module Description: Display extra information alongside each post in your dashboard’s Posts screen. * Sort Order: 31 * Recommendation Order: 12 * First Introduced: 11.3 * Requires Connection: No * Auto Activate: No * Module Tags: Admin * Feature: Appearance * Additional Search Queries: post, admin, list * * @package automattic/jetpack */ /** * Initialize the post-list module. */ add_action( 'admin_init', array( '\Automattic\\Jetpack\\Post_List\\Post_List', 'configure' ) );