We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d56422 commit 0b4cd00Copy full SHA for 0b4cd00
scripted.php
@@ -47,11 +47,6 @@
47
add_action(
48
'admin_menu',
49
function () {
50
- // // Testing out the post published webhook.
51
- // array_map(function ($postId) {
52
- // $post = get_post($postId);
53
- // Scripted\JobTasks::sendPostPublishedEvent($post->ID, $post);
54
- // }, [32, 85, 1]);
55
add_menu_page(
56
'Scripted Settings',
57
'Scripted.com',
@@ -72,7 +67,6 @@ function () {
72
67
// Let's add our jobs menu to the admin navigation.
73
68
74
69
75
- // [Scripted\JobsPage::class, 'configure']
76
70
77
71
if (Scripted\Config::canConnectToPlatform()) {
78
$currentJobPageSlug = add_submenu_page(
0 commit comments