Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CrochetFeve0251 committed Oct 25, 2024
1 parent 75ef7a4 commit ef21639
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Then if the action is happening before the actual event the convention is to pre
do_action('pre_delete_post');
```

Finally, if the action is after the actual event, it is advised to use a past temps inside the name.
Finally, if the action is after the actual event, it is advised to use a past tense inside the name.

```php
do_action('deleted_post');
Expand Down

0 comments on commit ef21639

Please sign in to comment.