Skip to content

Commit 0b4cd00

Browse files
committed
Remove commented code
1 parent 5d56422 commit 0b4cd00

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

scripted.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@
4747
add_action(
4848
'admin_menu',
4949
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]);
5550
add_menu_page(
5651
'Scripted Settings',
5752
'Scripted.com',
@@ -72,7 +67,6 @@ function () {
7267
// Let's add our jobs menu to the admin navigation.
7368
add_action(
7469
'admin_menu',
75-
// [Scripted\JobsPage::class, 'configure']
7670
function () {
7771
if (Scripted\Config::canConnectToPlatform()) {
7872
$currentJobPageSlug = add_submenu_page(

0 commit comments

Comments
 (0)