Server IP : 209.38.156.173 / Your IP : 216.73.216.122 [ Web Server : Apache/2.4.52 (Ubuntu) System : Linux lakekumayuhotel 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.1.2-1ubuntu2.22 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/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' ) );