Created
          December 9, 2022 14:05 
        
      - 
      
 - 
        
Save mwhiteley16/77bd70ea4d5a37699e7788073fd9dd38 to your computer and use it in GitHub Desktop.  
    Get Create Ratings
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <?php | |
| if ( function_exists( 'mv_get_post_creations' ) ) { | |
| $recipes = mv_get_post_creations( get_the_ID() ); | |
| if ( ! empty( $recipes ) ) { | |
| $recipe = $recipes[0]; | |
| $recipe_meta = mv_create_get_creation( $recipe ); | |
| $recipe_rating = 'Create Recipe Rating - ' . $recipe_meta->rating; | |
| // print_r( $recipe_meta ); // show other available data | |
| } | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment