Changeset 7379 for trunk/src/includes/common/engagements.php
- Timestamp:
- 11/24/2025 07:23:06 PM (6 months ago)
- File:
-
- 1 edited
-
trunk/src/includes/common/engagements.php (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/common/engagements.php
r7378 r7379 59 59 */ 60 60 public function add_user_to_object( $object_id = 0, $user_id = 0, $meta_key = '', $meta_type = 'post', $unique = false ) { 61 61 // Intentionally empty 62 62 } 63 63 … … 75 75 */ 76 76 public function remove_user_from_object( $object_id = 0, $user_id = 0, $meta_key = '', $meta_type = 'post' ) { 77 77 // Intentionally empty 78 78 } 79 79 … … 90 90 */ 91 91 public function remove_user_from_all_objects( $user_id = 0, $meta_key = '', $meta_type = 'post' ) { 92 92 // Intentionally empty 93 93 } 94 94 … … 106 106 */ 107 107 public function remove_object_from_all_users( $object_id = 0, $meta_key = '', $meta_type = 'post' ) { 108 108 // Intentionally empty 109 109 } 110 110 … … 120 120 */ 121 121 public function remove_all_users_from_all_objects( $meta_key = '', $meta_type = 'post' ) { 122 122 // Intentionally empty 123 123 } 124 124 … … 135 135 */ 136 136 public function get_users_for_object( $object_id = 0, $meta_key = '', $meta_type = 'post' ) { 137 137 // Intentionally empty 138 138 } 139 139 … … 150 150 */ 151 151 public function get_query( $args = array(), $context_key = '', $meta_key = '', $meta_type = 'post' ) { 152 152 // Intentionally empty 153 153 } 154 154 }
Note: See TracChangeset
for help on using the changeset viewer.