📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 17:05:52
📂
/ (Root)
/
home
/
apkbfjox
/
stargame.pk
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
task-list
/
domain
/
tasks
📍 /home/apkbfjox/stargame.pk/wp-content/plugins/wordpress-seo/src/task-list/domain/tasks
🔄 Refresh
✏️
Editing: abstract-parent-task.php
Writable
<?php // phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong -- Needed in the folder structure. namespace Yoast\WP\SEO\Task_List\Domain\Tasks; /** * Abstract class for a parent task (a task with child tasks). * Use this when you need a parent task that is NOT a post type task. */ abstract class Abstract_Parent_Task extends Abstract_Task implements Parent_Task_Interface { use Parent_Task_Trait; }
💾 Save Changes
❌ Cancel