3HLV sx7@p4HLV -7wȌ7@4HLV 7@p5HLV b*Bَh7@5HLV ? EOx7@p6HLV "ro؊7@-HLV7@CLV CLVLVp2LVa@ HLV 'CLV𸭊LVp2LV@ HLV 'CLV༭LVp2LVa@ HLV 'CLV LVp2LV@ HLV 'CLV;LVľLVLVp2LVa@ HLV 'CLVл;LVCLVLVp2LV@ HLV 'CLV;LVCLVLVp2LVa@ HLV 'CLV;LVCLVLVp2LV@ HLV 'CLV@1LVPCLV𳭊LVp2LVa@ HLV 'CLVpCLVCLV0حLVp2LV@ HLV 'CLVPCLVCLVLVp2LVauELVCHLV @CHLVCLVCLV@CLVCLVCLV@ 0 HLV6).bLengthException DHLV*HLVGLV9HLVFX5@CLV S5@CLV >|05@@CLV %˖|p5@CLV |5@CLV Gr15@CLV Hn5@P >HLV Try7@>HLV ߢ>b7@?HLV jտ5@?HLV jaNp؋7@@HLV `r(7@@HLV sx7@AHLV -7wȌ7@AHLV 7@BHLV b*Bَh7@BHLV ? EOx7@CHLV "ro؊7@9HLV7@CLV CLVLVp2LVa-HLV 'CLV𸭊LVp2LV-HLV 'CLV༭LVp2LVa-HLV 'CLV LVp2LViases The new update fields aliases * map for this repository. */ public function set_update_fields_aliases( array $update_fields_aliases ); /** * Creates a post of the type managed by the repository with the fields * provided using the `set` or `set_args` methods. * * @since 6.10.0 * * @return WP_Post|Model|false The created post object or `false` if the creation * fails for logic or runtime issues. * * @throws RuntimeException If a relationship is not an array of integers or an integer. */ public function create(); /** * Sets the create args the repository will use to create posts. * * @since 6.10.0 * * @param array $create_args The create args the repository will use to create posts. * * @return void */ public function set_create_args( array $create_args ); /** * Returns the create args the repository will use to create posts. * * @since 6.10.0 * * @return array The create args the repository will use to create posts. */ public function get_create_args(); }