Changeset 2892482
- Timestamp:
- 04/03/2023 06:59:26 AM (2 years ago)
- Location:
- push-notifications-by-larapush
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
push-notifications-by-larapush/tags/1.0.0/admin/class-unlimited-push-notifications-by-larapush-admin-helper.php
r2884275 r2892482 489 489 $title = str_replace('–', '-', $title); 490 490 491 // Limiting the title to 7 words492 $title = explode(' ', $title);493 $title = implode(' ', array_slice($title, 0, 7));494 495 491 // Converting Get the description of the post 496 492 $body = Unlimited_Push_Notifications_By_Larapush_Admin_Helper::get_description($postId); -
push-notifications-by-larapush/trunk/admin/class-unlimited-push-notifications-by-larapush-admin-helper.php
r2884275 r2892482 489 489 $title = str_replace('–', '-', $title); 490 490 491 // Limiting the title to 7 words492 $title = explode(' ', $title);493 $title = implode(' ', array_slice($title, 0, 7));494 495 491 // Converting Get the description of the post 496 492 $body = Unlimited_Push_Notifications_By_Larapush_Admin_Helper::get_description($postId);
Note: See TracChangeset
for help on using the changeset viewer.