📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 09:35:23
📂
/ (Root)
/
home
/
orkouolp
/
web
/
orkofarms.com
/
wp-content
/
plugins
/
kirki
/
includes
/
Admin
📍 /home/orkouolp/web/orkofarms.com/wp-content/plugins/kirki/includes/Admin
🔄 Refresh
✏️
Editing: PostActions.php
Writable
<?php /** * Post Actions triggers * * @package kirki */ namespace Kirki\Admin; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } use Kirki\HelperFunctions; /** * PostActions Class */ class PostActions { /** * Initilize the class * * @return void */ public function __construct() { add_action( 'deleted_post', array( new HelperFunctions(), 'delete_post_with_meta_key' ) ); } }
💾 Save Changes
❌ Cancel